home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TDXBARCUSTOMIZINGFORM / TDXBARCUSTOMIZINGFORM.txt
Encoding:
Text File  |  2001-07-11  |  18.5 KB  |  712 lines

  1. object dxBarCustomizingForm: TdxBarCustomizingForm
  2.   Left = 326
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize'
  7.   ClientHeight = 310
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 274
  21.     Width = 366
  22.     Height = 36
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 1
  26.     object BClose: TButton
  27.       Left = 285
  28.       Top = 8
  29.       Width = 75
  30.       Height = 23
  31.       Cancel = True
  32.       Caption = 'Close'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 1
  36.       OnClick = BCloseClick
  37.     end
  38.     object BHelp: TBitBtn
  39.       Left = 6
  40.       Top = 8
  41.       Width = 24
  42.       Height = 23
  43.       TabOrder = 0
  44.       OnClick = BHelpClick
  45.       Style = bsNew
  46.     end
  47.   end
  48.   object PageControl: TPageControl
  49.     Left = 6
  50.     Top = 8
  51.     Width = 354
  52.     Height = 266
  53.     ActivePage = TabSheet1
  54.     Align = alClient
  55.     TabOrder = 0
  56.     OnChange = PageControlChange
  57.     object TabSheet1: TTabSheet
  58.       Caption = ' Toolbars '
  59.       object LabelToobars: TLabel
  60.         Left = 4
  61.         Top = 4
  62.         Width = 44
  63.         Height = 13
  64.         Caption = 'Toolb&ars:'
  65.       end
  66.       object BBarDelete: TButton
  67.         Left = 239
  68.         Top = 79
  69.         Width = 104
  70.         Height = 22
  71.         Caption = '&Delete'
  72.         TabOrder = 3
  73.         OnClick = BBarDeleteClick
  74.       end
  75.       object BBarNew: TButton
  76.         Left = 239
  77.         Top = 21
  78.         Width = 104
  79.         Height = 22
  80.         Caption = '&New...'
  81.         TabOrder = 1
  82.         OnClick = BBarNewClick
  83.       end
  84.       object BBarRename: TButton
  85.         Left = 239
  86.         Top = 50
  87.         Width = 104
  88.         Height = 22
  89.         Caption = 'R&ename...'
  90.         TabOrder = 2
  91.         OnClick = BBarRenameClick
  92.       end
  93.       object BarsListBoxPlace: TListBox
  94.         Left = 4
  95.         Top = 20
  96.         Width = 227
  97.         Height = 213
  98.         ItemHeight = 13
  99.         TabOrder = 0
  100.       end
  101.       object BBarReset: TButton
  102.         Left = 239
  103.         Top = 108
  104.         Width = 104
  105.         Height = 22
  106.         Caption = '&Reset...'
  107.         TabOrder = 4
  108.         OnClick = BBarResetClick
  109.       end
  110.     end
  111.     object TabSheet2: TTabSheet
  112.       Caption = ' Commands '
  113.       object Panel6: TPanel
  114.         Left = 0
  115.         Top = 0
  116.         Width = 346
  117.         Height = 25
  118.         Align = alTop
  119.         BevelOuter = bvNone
  120.         TabOrder = 0
  121.         object LabelCategories: TLabel
  122.           Left = 6
  123.           Top = 8
  124.           Width = 53
  125.           Height = 13
  126.           Caption = 'Cate&gories:'
  127.           FocusControl = LCategories
  128.         end
  129.         object LabelCommands: TLabel
  130.           Left = 148
  131.           Top = 8
  132.           Width = 55
  133.           Height = 13
  134.           Caption = 'Comman&ds:'
  135.         end
  136.         object CategoriesPopupButtonPlace: TSpeedButton
  137.           Left = 65
  138.           Top = 6
  139.           Width = 75
  140.           Height = 17
  141.         end
  142.         object CommandsPopupButtonPlace: TSpeedButton
  143.           Left = 207
  144.           Top = 6
  145.           Width = 134
  146.           Height = 17
  147.         end
  148.       end
  149.       object Panel7: TPanel
  150.         Left = 5
  151.         Top = 25
  152.         Width = 336
  153.         Height = 213
  154.         Align = alClient
  155.         BevelOuter = bvNone
  156.         Caption = 'Panel7'
  157.         TabOrder = 1
  158.         object LCategories: TListBox
  159.           Left = 0
  160.           Top = 0
  161.           Width = 135
  162.           Height = 147
  163.           Align = alLeft
  164.           ItemHeight = 13
  165.           TabOrder = 0
  166.           OnClick = LCategoriesClick
  167.           OnDragOver = LCategoriesDragOver
  168.           OnEndDrag = LCategoriesEndDrag
  169.           OnKeyDown = LCategoriesKeyDown
  170.           OnMouseDown = LCategoriesMouseDown
  171.         end
  172.         object LCommandsPlace: TListBox
  173.           Left = 142
  174.           Top = 0
  175.           Width = 194
  176.           Height = 147
  177.           Align = alRight
  178.           Color = clBtnFace
  179.           DragMode = dmAutomatic
  180.           ItemHeight = 22
  181.           Style = lbOwnerDrawVariable
  182.           TabOrder = 1
  183.           OnClick = LCommandsClick
  184.         end
  185.         object Panel9: TPanel
  186.           Left = 0
  187.           Top = 147
  188.           Width = 336
  189.           Height = 66
  190.           Align = alBottom
  191.           BevelOuter = bvNone
  192.           TabOrder = 2
  193.           object DescriptionLabel: TLabel
  194.             Left = 0
  195.             Top = 20
  196.             Width = 335
  197.             Height = 40
  198.             AutoSize = False
  199.             WordWrap = True
  200.           end
  201.           object Bevel1: TBevel
  202.             Left = 0
  203.             Top = 10
  204.             Width = 337
  205.             Height = 5
  206.             Shape = bsTopLine
  207.           end
  208.           object LabelDescription: TLabel
  209.             Left = 0
  210.             Top = 4
  211.             Width = 59
  212.             Height = 13
  213.             Caption = 'Description  '
  214.           end
  215.         end
  216.       end
  217.       object Panel5: TPanel
  218.         Left = 0
  219.         Top = 25
  220.         Width = 5
  221.         Height = 213
  222.         Align = alLeft
  223.         BevelOuter = bvNone
  224.         TabOrder = 2
  225.       end
  226.       object Panel8: TPanel
  227.         Left = 341
  228.         Top = 25
  229.         Width = 5
  230.         Height = 213
  231.         Align = alRight
  232.         BevelOuter = bvNone
  233.         TabOrder = 3
  234.       end
  235.     end
  236.     object TabSheet3: TTabSheet
  237.       Caption = ' Options '
  238.       object StandardOptionsPanel: TPanel
  239.         Left = 0
  240.         Top = 0
  241.         Width = 346
  242.         Height = 238
  243.         Align = alClient
  244.         BevelOuter = bvNone
  245.         TabOrder = 0
  246.         object LabelMenuAnimations: TLabel
  247.           Left = 24
  248.           Top = 152
  249.           Width = 83
  250.           Height = 13
  251.           Caption = '&Menu animations:'
  252.           FocusControl = ComboBoxMenuAnimations
  253.         end
  254.         object ComboBoxMenuAnimations: TComboBox
  255.           Left = 134
  256.           Top = 148
  257.           Width = 93
  258.           Height = 21
  259.           Style = csDropDownList
  260.           ItemHeight = 13
  261.           TabOrder = 3
  262.           OnClick = ComboBoxMenuAnimationsClick
  263.           Items.Strings = (
  264.             '(None)'
  265.             'Random'
  266.             'Unfold'
  267.             'Slide')
  268.         end
  269.         object CBHint1: TCheckBox
  270.           Left = 24
  271.           Top = 63
  272.           Width = 301
  273.           Height = 17
  274.           Caption = 'Show Tool&Tips on toolbars'
  275.           TabOrder = 1
  276.           OnClick = CBHint1Click
  277.         end
  278.         object CBHint2: TCheckBox
  279.           Left = 24
  280.           Top = 85
  281.           Width = 301
  282.           Height = 17
  283.           Caption = 'Show s&hortcut keys in ToolTips'
  284.           TabOrder = 2
  285.           OnClick = CBHint2Click
  286.         end
  287.         object CBLargeIcons: TCheckBox
  288.           Left = 24
  289.           Top = 38
  290.           Width = 301
  291.           Height = 17
  292.           Caption = '&Large icons'
  293.           TabOrder = 0
  294.           OnClick = CBLargeIconsClick
  295.         end
  296.       end
  297.       object EnhancedOptionsPanel: TPanel
  298.         Left = 0
  299.         Top = 0
  300.         Width = 346
  301.         Height = 238
  302.         Align = alClient
  303.         BevelOuter = bvNone
  304.         TabOrder = 1
  305.         object Label1: TLabel
  306.           Left = 20
  307.           Top = 200
  308.           Width = 83
  309.           Height = 13
  310.           Caption = '&Menu animations:'
  311.           FocusControl = ComboBoxMenuAnimationsEx
  312.         end
  313.         object Bevel2: TBevel
  314.           Left = 12
  315.           Top = 122
  316.           Width = 317
  317.           Height = 9
  318.           Shape = bsTopLine
  319.         end
  320.         object Label2: TLabel
  321.           Left = 12
  322.           Top = 116
  323.           Width = 32
  324.           Height = 13
  325.           Caption = 'Other  '
  326.         end
  327.         object Bevel3: TBevel
  328.           Left = 12
  329.           Top = 18
  330.           Width = 317
  331.           Height = 7
  332.           Shape = bsTopLine
  333.         end
  334.         object Label3: TLabel
  335.           Left = 12
  336.           Top = 12
  337.           Width = 166
  338.           Height = 13
  339.           Caption = 'Personalized Menus and Toolbars  '
  340.         end
  341.         object ComboBoxMenuAnimationsEx: TComboBox
  342.           Left = 132
  343.           Top = 196
  344.           Width = 93
  345.           Height = 21
  346.           Style = csDropDownList
  347.           ItemHeight = 13
  348.           TabOrder = 6
  349.           OnClick = ComboBoxMenuAnimationsClick
  350.           Items.Strings = (
  351.             '(None)'
  352.             'Random'
  353.             'Unfold'
  354.             'Slide')
  355.         end
  356.         object CBHint1Ex: TCheckBox
  357.           Left = 20
  358.           Top = 152
  359.           Width = 309
  360.           Height = 17
  361.           Caption = 'Show Tool&Tips on toolbars'
  362.           TabOrder = 4
  363.           OnClick = CBHint1ExClick
  364.         end
  365.         object CBHint2Ex: TCheckBox
  366.           Left = 36
  367.           Top = 172
  368.           Width = 293
  369.           Height = 17
  370.           Caption = 'Show s&hortcut keys in ToolTips'
  371.           TabOrder = 5
  372.           OnClick = CBHint2Click
  373.         end
  374.         object CBLargeIconsEx: TCheckBox
  375.           Left = 20
  376.           Top = 132
  377.           Width = 309
  378.           Height = 17
  379.           Caption = '&Large icons'
  380.           TabOrder = 3
  381.           OnClick = CBLargeIconsClick
  382.         end
  383.         object CBMenusShowRecentItemsFirst: TCheckBox
  384.           Left = 20
  385.           Top = 32
  386.           Width = 309
  387.           Height = 17
  388.           Caption = 'Me&nus show recently used commands first'
  389.           TabOrder = 0
  390.           OnClick = CBMenusShowRecentItemsFirstClick
  391.         end
  392.         object CBShowFullMenusAfterDelay: TCheckBox
  393.           Left = 36
  394.           Top = 52
  395.           Width = 293
  396.           Height = 17
  397.           Caption = 'Show f&ull menus after a short delay'
  398.           TabOrder = 1
  399.           OnClick = CBShowFullMenusAfterDelayClick
  400.         end
  401.         object BResetUsageData: TButton
  402.           Left = 20
  403.           Top = 76
  404.           Width = 119
  405.           Height = 22
  406.           Caption = '&Reset my usage data'
  407.           TabOrder = 2
  408.           OnClick = BResetUsageDataClick
  409.         end
  410.       end
  411.     end
  412.     object TabSheet4: TTabSheet
  413.       Caption = ' All commands '
  414.       object LAllCommands: TListBox
  415.         Left = 6
  416.         Top = 8
  417.         Width = 333
  418.         Height = 200
  419.         ItemHeight = 16
  420.         Style = lbOwnerDrawFixed
  421.         TabOrder = 0
  422.         OnClick = LAllCommandsClick
  423.         OnDrawItem = LAllCommandsDrawItem
  424.       end
  425.       object CBShowCommandsWithShortCut: TCheckBox
  426.         Left = 6
  427.         Top = 216
  428.         Width = 333
  429.         Height = 17
  430.         Caption = 'Show commands that may have a shortcut'
  431.         Checked = True
  432.         State = cbChecked
  433.         TabOrder = 1
  434.         OnClick = CBShowCommandsWithShortCutClick
  435.       end
  436.     end
  437.   end
  438.   object Panel2: TPanel
  439.     Left = 0
  440.     Top = 8
  441.     Width = 6
  442.     Height = 266
  443.     Align = alLeft
  444.     BevelOuter = bvNone
  445.     TabOrder = 2
  446.   end
  447.   object Panel3: TPanel
  448.     Left = 360
  449.     Top = 8
  450.     Width = 6
  451.     Height = 266
  452.     Align = alRight
  453.     BevelOuter = bvNone
  454.     TabOrder = 3
  455.   end
  456.   object Panel4: TPanel
  457.     Left = 0
  458.     Top = 0
  459.     Width = 366
  460.     Height = 8
  461.     Align = alTop
  462.     BevelOuter = bvNone
  463.     TabOrder = 4
  464.   end
  465.   object BarManager1: TdxBarManager
  466.     Font.Color = clWindowText
  467.     Font.Height = -11
  468.     Font.Name = 'MS Sans Serif'
  469.     Font.Style = []
  470.     Bars = <>
  471.     Categories.Strings = (
  472.       'Categories'
  473.       'Commands')
  474.     Categories.ItemsVisibles = (
  475.       2
  476.       2)
  477.     Categories.Visibles = (
  478.       True
  479.       True)
  480.     PopupMenuLinks = <>
  481.     StretchGlyphs = False
  482.     UseSystemFont = False
  483.     Left = 250
  484.     Top = 234
  485.     DockControlHeights = (
  486.       0
  487.       0
  488.       0
  489.       0)
  490.     object CategoriesAdd: TdxBarButton
  491.       Caption = 'Add...'
  492.       Category = 0
  493.       Hint = 'Add'
  494.       Visible = ivAlways
  495.       Glyph.Data = {
  496.         F6000000424DF600000000000000760000002800000010000000100000000100
  497.         0400000000008000000000000000000000001000000010000000000000000000
  498.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  499.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  500.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  501.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  502.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  503.         8888880FFFFFF008888888000000008888888888888888888888}
  504.       OnClick = CategoriesAddClick
  505.     end
  506.     object CategoriesInsert: TdxBarButton
  507.       Caption = 'Insert...'
  508.       Category = 0
  509.       Hint = 'Insert'
  510.       Visible = ivAlways
  511.       ShortCut = 45
  512.       OnClick = CategoriesInsertClick
  513.     end
  514.     object CategoriesRename: TdxBarButton
  515.       Caption = 'Rename...'
  516.       Category = 0
  517.       Hint = 'Rename'
  518.       Visible = ivAlways
  519.       OnClick = CategoriesRenameClick
  520.     end
  521.     object CategoriesVisible: TdxBarButton
  522.       Caption = 'Visible'
  523.       Category = 0
  524.       Hint = 'Visible'
  525.       Visible = ivAlways
  526.       ButtonStyle = bsChecked
  527.       OnClick = CategoriesVisibleClick
  528.     end
  529.     object CommandsAdd: TdxBarButton
  530.       Caption = 'Add...'
  531.       Category = 1
  532.       Hint = 'Add'
  533.       Visible = ivAlways
  534.       Glyph.Data = {
  535.         F6000000424DF600000000000000760000002800000010000000100000000100
  536.         0400000000008000000000000000000000001000000010000000000000000000
  537.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  538.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  539.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  540.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  541.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  542.         8888880FFFFFF008888888000000008888888888888888888888}
  543.       ShortCut = 45
  544.       OnClick = CommandsAddClick
  545.     end
  546.     object CommandsDelete: TdxBarButton
  547.       Caption = 'Delete'
  548.       Category = 1
  549.       Hint = 'Delete'
  550.       Visible = ivAlways
  551.       Glyph.Data = {
  552.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  553.         0400000000007800000000000000000000001000000010000000000000000000
  554.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  555.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  556.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  557.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  558.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  559.         0F88800F8888888800F88888888888888888}
  560.       ShortCut = 46
  561.       OnClick = CommandsDeleteClick
  562.     end
  563.     object CommandsClear: TdxBarButton
  564.       Caption = 'Clear'
  565.       Category = 1
  566.       Hint = 'Clear'
  567.       Visible = ivAlways
  568.       OnClick = CommandsClearClick
  569.     end
  570.     object CommandsMoveUp: TdxBarButton
  571.       Caption = 'Move Up'
  572.       Category = 1
  573.       Hint = 'Move Up'
  574.       Visible = ivAlways
  575.       Glyph.Data = {
  576.         F6000000424DF600000000000000760000002800000010000000100000000100
  577.         0400000000008000000000000000000000001000000010000000000000000000
  578.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  579.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  580.         8888888888888888888888888888888888888888800000888888888880666088
  581.         8888888880666088888888888066608888888800006660000888888066666660
  582.         8888888806666608888888888066608888888888880608888888888888808888
  583.         8888888888888888888888888888888888888888888888888888}
  584.       ShortCut = 16422
  585.       OnClick = CommandsMoveUpClick
  586.     end
  587.     object CommandsMoveDown: TdxBarButton
  588.       Caption = 'Move Down'
  589.       Category = 1
  590.       Hint = 'Move Down'
  591.       Visible = ivAlways
  592.       Glyph.Data = {
  593.         F6000000424DF600000000000000760000002800000010000000100000000100
  594.         0400000000008000000000000000000000001000000010000000000000000000
  595.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  596.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  597.         8888888888888888888888888888888888888888888088888888888888060888
  598.         8888888880666088888888880666660888888880666666608888880000666000
  599.         0888888880666088888888888066608888888888806660888888888880000088
  600.         8888888888888888888888888888888888888888888888888888}
  601.       ShortCut = 16424
  602.       OnClick = CommandsMoveDownClick
  603.     end
  604.     object CommandsSubMenuEditor: TdxBarButton
  605.       Caption = 'SubMenu Editor...'
  606.       Category = 1
  607.       Hint = 'SubMenu Editor'
  608.       Visible = ivAlways
  609.       OnClick = CommandsSubMenuEditorClick
  610.     end
  611.     object CategoriesItemsVisible: TdxBarCombo
  612.       Caption = 'Items Visible:'
  613.       Category = 0
  614.       Hint = 'Items Visible:'
  615.       Visible = ivAlways
  616.       OnChange = CategoriesItemsVisibleChange
  617.       Width = 100
  618.       ShowEditor = False
  619.       Items.Strings = (
  620.         'Never'
  621.         'InCustomizing'
  622.         'Always')
  623.       ItemIndex = -1
  624.     end
  625.     object CategoriesDelete: TdxBarButton
  626.       Caption = 'Delete'
  627.       Category = 0
  628.       Hint = 'Delete'
  629.       Visible = ivAlways
  630.       Glyph.Data = {
  631.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  632.         0400000000007800000000000000000000001000000010000000000000000000
  633.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  634.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  635.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  636.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  637.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  638.         0F88800F8888888800F88888888888888888}
  639.       ShortCut = 46
  640.       OnClick = CategoriesDeleteClick
  641.     end
  642.   end
  643.   object CategoriesPopupMenu: TdxBarPopupMenu
  644.     BarManager = BarManager1
  645.     ItemLinks = <
  646.       item
  647.         Item = CategoriesAdd
  648.         Visible = True
  649.       end
  650.       item
  651.         Item = CategoriesInsert
  652.         Visible = True
  653.       end
  654.       item
  655.         Item = CategoriesRename
  656.         Visible = True
  657.       end
  658.       item
  659.         BeginGroup = True
  660.         Item = CategoriesVisible
  661.         Visible = True
  662.       end
  663.       item
  664.         Item = CategoriesItemsVisible
  665.         Visible = True
  666.       end
  667.       item
  668.         BeginGroup = True
  669.         Item = CategoriesDelete
  670.         Visible = True
  671.       end>
  672.     UseOwnFont = False
  673.     OnPopup = CategoriesPopupMenuPopup
  674.     Left = 284
  675.     Top = 234
  676.   end
  677.   object CommandsPopupMenu: TdxBarPopupMenu
  678.     BarManager = BarManager1
  679.     ItemLinks = <
  680.       item
  681.         Item = CommandsAdd
  682.         Visible = True
  683.       end
  684.       item
  685.         Item = CommandsDelete
  686.         Visible = True
  687.       end
  688.       item
  689.         Item = CommandsClear
  690.         Visible = True
  691.       end
  692.       item
  693.         BeginGroup = True
  694.         Item = CommandsMoveUp
  695.         Visible = True
  696.       end
  697.       item
  698.         Item = CommandsMoveDown
  699.         Visible = True
  700.       end
  701.       item
  702.         BeginGroup = True
  703.         Item = CommandsSubMenuEditor
  704.         Visible = True
  705.       end>
  706.     UseOwnFont = False
  707.     OnPopup = CommandsPopupMenuPopup
  708.     Left = 316
  709.     Top = 234
  710.   end
  711. end
  712.